home *** CD-ROM | disk | FTP | other *** search
Wise script | 1999-04-26 | 2.0 KB | 104 lines |
- Document Type: WSE
- item: Global
- Version=6.0
- Title=Color Palette Support
- Flags=00000100
- Split=1420
- Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- Japanese Font Name=MS Gothic
- Japanese Font Size=10
- Start Gradient=0 0 255
- End Gradient=0 0 0
- Windows Flags=00000100000000000010110000011000
- Message Font=MS Sans Serif
- Font Size=8
- Disk Filename=SETUP
- Patch Flags=0000000000000001
- Patch Threshold=85
- Patch Memory=4000
- FTP Cluster Size=20
- end
- item: Remark
- Text=This Wise 6.0 script determines what color palate is currently running, using dll calls, and the expression parser.
- end
- item: Remark
- end
- item: Call DLL Function
- Pathname=%SYS%\USER32.DLL
- Function Name=GetDC
- Argument List=33
- Return Variable=3HDC
- Flags=00100000
- end
- item: Call DLL Function
- Pathname=%SYS%\GDI32.dll
- Function Name=GetDeviceCaps
- Argument List=30HDC
- Argument List=2112
- Return Variable=2BITSPIXEL
- Flags=00100000
- end
- item: Call DLL Function
- Pathname=%SYS%\GDI32.DLL
- Function Name=GetDeviceCaps
- Argument List=30HDC
- Argument List=2114
- Return Variable=0PLANES
- Flags=00100000
- end
- item: Remark
- end
- item: Remark
- Text=This next statement is an example of the expression parser.
- end
- item: Set Variable
- Variable=COLORS
- Value=BITSPIXEL * PLANES
- Flags=00100000
- end
- item: Remark
- end
- item: Remark
- Text=4 bit color
- end
- item: If/While Statement
- Variable=COLORS
- Value=4
- end
- item: Display Message
- Title=Color Palette
- Text=16 color support
- end
- item: End Block
- end
- item: Remark
- end
- item: Remark
- Text=8 bit color
- end
- item: If/While Statement
- Variable=COLORS
- Value=8
- end
- item: Display Message
- Title=Color Palette
- Text=256 color support
- end
- item: End Block
- end
- item: Remark
- end
- item: Remark
- Text=16 bit color
- end
- item: If/While Statement
- Variable=COLORS
- Value=16
- end
- item: Display Message
- Title=Color Palette
- Text=16 million color support
- end
- item: End Block
- end
-